.bread-crumbs {
  padding: 40px 0px; }
  .bread-crumbs__link {
    font-family: "ClearSans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #666; }
    .bread-crumbs__link.active {
      color: #5F5E5E;
      text-decoration: underline; }
    .bread-crumbs__link:not(:last-child):after {
      content: ' ';
      width: 36px;
      height: 8px;
      background: url("../img/right-arrow2.svg") no-repeat;
      background-position: center;
      background-size: 20px;
      display: inline-block; }